2.1 MyID Client WebSocket Service
You can configure logging for the MyID Client WebSocket Service by editing the service's appsettings.json file. By default, this file is installed in the following location:
C:\Program Files (x86)\Intercede\MyIDClientWebSocketService
{
  "Logging":  {
    "EventLog":  {
      "LogLevel":  {
        "Default":  "None"
      }
    }
  },
  ...
}
                    To configure logging, set the Logging > EventLog > LogLevel > Default value to one of the following:
- 
                        
None
 - 
                        
Information
 - 
                        
Warning
 - 
                        
Error
 - 
                        
Critical
 - 
                        
Debug
 - 
                        
Trace
 
The options are listed in ascending level of detail.
Note: The Trace level causes all WebSocket messages and session ID registrations to be included in the logs, which may include sensitive information; do not use this level in a production environment.